DioDocs for PDF
Read<T>(IntPtr,T[],Int32,Int32) メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス > Read メソッド : Read<T>(IntPtr,T[],Int32,Int32) メソッド
読み取るデータのタイプ。
読み取るメモリの場所。
書き込むデータ。
書き込む配列内のオフセット。
メモリの場所から読み取る T 要素の数。
指定された配列 T[] データをメモリ位置から読み取ります。
シンタックス
'宣言
 
Public Overloads Shared Function Read(Of T As {New, Struct})( _
   ByVal source As System.IntPtr, _
   ByVal data() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.IntPtr
public static System.IntPtr Read<T>( 
   System.IntPtr source,
   T[] data,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

source
読み取るメモリの場所。
data
書き込むデータ。
offset
書き込む配列内のオフセット。
count
メモリの場所から読み取る T 要素の数。

型パラメータ

T
読み取るデータのタイプ。

戻り値の型

ソースポインタ + sizeof(T) * 数
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧